﻿html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Segoe UI","Microsoft Yahei",Tahoma,Arial,STHeiti,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
}

label { font-weight:normal !important; }

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/*File Icon*/
.ico {
    zoom: 1;
    overflow: hidden;
    background: url(../images/file_ico.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
}

.ico-32 {
    background-position: -385px -64px;
    height: 32px;
    width: 32px;
    margin-right: 5px;
}

.ico-16 {
    background-position: -384px -0px;
    height: 16px;
    width: 16px;
    margin-right: 3px;
}

.ico-32.ico-dir {
    background-position: -384px -96px;
}

.ico-32.ico-xls {
    background-position: -33px -64px;
}

.ico-32.ico-doc {
    background-position: -65px -64px;
}

.ico-32.ico-ppt {
    background-position: -97px -64px;
}

.ico-32.ico-7z {
    background-position: -129px -64px;
}

.ico-32.ico-rar {
    background-position: -161px -64px;
}

.ico-32.ico-zip {
    background-position: -193px -64px;
}

.ico-32.ico-html {
    background-position: -289px -64px;
}

.ico-32.ico-exe {
    background-position: -449px -64px;
}

.ico-32.ico-font {
    background-position: -481px -64px;
}

.ico-32.ico-pdf {
    background-position: -512px -64px;
}

.ico-32.ico-swf {
    background-position: -641px -64px;
}

.ico-32.ico-txt {
    background-position: -705px -64px;
}

.ico-32.ico-music {
    background-position: -801px -64px;
}

.ico-32.ico-jpg {
    background-position: 0px -96px;
}

.ico-32.ico-gif {
    background-position: -32px -96px;
}

.ico-32.ico-png {
    background-position: -64px -96px;
}

.ico-32.ico-bmp {
    background-position: -96px -96px;
}

.ico-16.ico-dir {
    background-position: -384px -32px;
}

.ico-16.ico-xls {
    background-position: -32px 0px;
}

.ico-16.ico-doc {
    background-position: -64px 0px;
}

.ico-16.ico-ppt {
    background-position: -96px 0px;
}

.ico-16.ico-7z {
    background-position: -128px 0px;
}

.ico-16.ico-rar {
    background-position: -160px 0px;
}

.ico-16.ico-zip {
    background-position: -192px 0px;
}

.ico-16.ico-html {
    background-position: -288px 0px;
}

.ico-16.ico-exe {
    background-position: -448px 0px;
}

.ico-16.ico-font {
    background-position: -480px 0px;
}

.ico-16.ico-pdf {
    background-position: -512px 0px;
}

.ico-16.ico-swf {
    background-position: -640px 0px;
}

.ico-16.ico-txt {
    background-position: -704px 0px;
}

.ico-16.ico-music {
    background-position: -800px 0px;
}

.ico-16.ico-jpg {
    background-position: 0px -32px;
}

.ico-16.ico-gif {
    background-position: -32px -32px;
}

.ico-16.ico-png {
    background-position: -64px -32px;
}

.ico-16.ico-bmp {
    background-position: -96px -32px;
}

/* Grid */
.grid {
    border: 1px solid #ddd;
    background-color: #fff;
}

.grid-header {
    padding: 5px 10px;
}

.grid-toolbar {
    padding: 6px;
}

    .grid-toolbar:before,
    .grid-toolbar:after,
    .grid-footer:before,
    .grid-footer:after {
        display: table;
        content: ' ';
    }

    .grid-toolbar:after,
    .grid-footer:after {
        clear: both;
    }

.grid-toolbar-fixed {
    padding: 2px 10px;
    height: 26px;
    line-height: 26px;
}

.grid-body {
    overflow: auto;
}

    .grid-body table {
        empty-cells: show;
        border-collapse: collapse;
        width: 100%;
    }

    .grid-body td {
        padding: 5px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

    .grid-body tr.thin td {
        padding: 2px 5px;
    }

    .grid-body tr.thick td {
        padding: 8px 5px;
    }

    .grid-body th {
        padding: 5px;
        background: #eef0f4;
        font-weight: normal;
        text-align: left;
    }

        .grid-body th.lst {
            border-right: none;
        }

.grid-footer {
    border-top: 1px solid #ddd;
    padding: 5px 10px;
    height: 36px;
}

.grid-row-alt {
    background: #fbfbfb;
}

.grid-row-over {
    background: #d0e5f5;
    cursor: default;
}

.grid-row-selected {
    background: #fbec88;
}

.grid-body td input, .l-grid-body th input {
    margin: 0;
}


/* Form table */
.f-tbl {
    margin-bottom: 15px;
    empty-cells: show;
}

    .f-tbl p {
        margin-top: 10px;
    }

    .f-tbl th, .f-tbl td {
        padding: 5px;
        vertical-align: middle;
    }

    .f-tbl th {
        text-align: right;
        white-space: nowrap;
        font-weight: 400;
        vertical-align: top;
        line-height: 34px;
    }

        .f-tbl th em {
            font-style: normal;
            color: red;
            margin-right: 3px;
        }

.form-help-block {
    color: #737373;
    display: block;
    margin: 10px 20px 20px;
}


.global-loading {
    position: fixed;
    top: 53px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 110px;
    text-align: center;
    border: 1px solid #b2dba1;
    background-color: #dff0d8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 6px 30px;
    display: none;
    font-size: 12px;
}

/* Helpers */
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-top {
    vertical-align: top !important;
}

.text-middle {
    vertical-align: middle !important;
}

.text-bottom {
    vertical-align: bottom !important;
}

.text-normal {
    font-weight: normal;
}

.text-bold {
    font-weight: bold;
}

.text-gray {
    color: #999999 !important;
}

.text-red {
    color: #ff0000 !important;
}

.text-green {
    color: green !important;
}

.text-white {
    color: #ffffff !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-etc {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text12 {
    font-size: 12px !important;
}

.text14 {
    font-size: 14px !important;
}

.text16 {
    font-size: 16px !important;
}

.text18 {
    font-size: 18px !important;
}

.text20 {
    font-size: 20px !important;
}

.text26 {
    font-size: 26px !important;
}

.text32 {
    font-size: 32px !important;
}

.f-pr {
    position: relative !important;
}

.f-fl {
    float: left !important;
}

.f-fr {
    float: right !important;
}

.f-ib {
    display: inline-block !important;
    vertical-align: middle !important;
}

.r2 {
    border-radius: 2px !important;
}

.r3 {
    border-radius: 3px !important;
}

.r5 {
    border-radius: 5px !important;
}

.r8 {
    border-radius: 8px !important;
}

.w10 {
    width: 10px !important;
}

.w15 {
    width: 15px !important;
}

.w20 {
    width: 20px !important;
}

.w25 {
    width: 25px !important;
}

.w30 {
    width: 30px !important;
}

.w35 {
    width: 35px !important;
}

.w40 {
    width: 40px !important;
}

.w45 {
    width: 45px !important;
}

.w50 {
    width: 50px !important;
}

.w55 {
    width: 55px !important;
}

.w60 {
    width: 60px !important;
}

.w65 {
    width: 65px !important;
}

.w70 {
    width: 70px !important;
}

.w75 {
    width: 75px !important;
}

.w80 {
    width: 80px !important;
}

.w85 {
    width: 85px !important;
}

.w90 {
    width: 90px !important;
}

.w95 {
    width: 95px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w145 {
    width: 145px !important;
}

.w150 {
    width: 150px !important;
}

.w180 {
    width: 180px !important;
}

.w200 {
    width: 200px !important;
}

.w220 {
    width: 220px !important;
}

.w240 {
    width: 240px !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w330 {
    width: 330px !important;
}

.w350 {
    width: 350px !important;
}

.w400 {
    width: 400px !important;
}

.w450 {
    width: 450px !important;
}

.w500 {
    width: 500px !important;
}

.w550 {
    width: 550px !important;
}

.w600 {
    width: 600px !important;
}

.w650 {
    width: 650px !important;
}

.w700 {
    width: 700px !important;
}

.w750 {
    width: 750px !important;
}

.w800 {
    width: 800px !important;
}

.w1000 {
    width: 1000px !important;
}

.wauto {
    width: auto !important;
}

.wfluid {
    width: 100% !important;
}

.offset-none {
    margin: 0;
}

.offset-lnone {
    margin-left: 0;
}

.offset-rnone {
    margin-right: 0;
}

.offset-tnone {
    margin-top: 0;
}

.offset-bnone {
    margin-bottom: 0;
}

.offset-l10 {
    margin-left: 10px;
}

.offset-l20 {
    margin-left: 20px;
}

.offset-l30 {
    margin-left: 30px;
}

.offset-l40 {
    margin-left: 40px;
}

.offset-l50 {
    margin-left: 50px;
}

.offset-l60 {
    margin-left: 60px;
}

.offset-l70 {
    margin-left: 70px;
}

.offset-l80 {
    margin-left: 80px;
}

.offset-t10 {
    margin-top: 10px;
}

.offset-t20 {
    margin-top: 20px;
}

.offset-t30 {
    margin-top: 30px;
}

.offset-t40 {
    margin-top: 40px;
}

.offset-t50 {
    margin-top: 50px;
}

.offset-t60 {
    margin-top: 60px;
}

.offset-t70 {
    margin-top: 70px;
}

.offset-t80 {
    margin-top: 80px;
}

.offset-r10 {
    margin-right: 10px;
}

.offset-r20 {
    margin-right: 20px;
}

.offset-r30 {
    margin-right: 30px;
}

.offset-r40 {
    margin-right: 40px;
}

.offset-r50 {
    margin-right: 50px;
}

.offset-r60 {
    margin-right: 60px;
}

.offset-r70 {
    margin-right: 70px;
}

.offset-r80 {
    margin-right: 80px;
}

.offset-b10 {
    margin-bottom: 10px;
}

.offset-b20 {
    margin-bottom: 20px;
}

.offset-b30 {
    margin-bottom: 30px;
}

.offset-b40 {
    margin-bottom: 40px;
}

.offset-b50 {
    margin-bottom: 50px;
}

.offset-b60 {
    margin-bottom: 60px;
}

.offset-b70 {
    margin-bottom: 70px;
}

.offset-b80 {
    margin-bottom: 80px;
}
/*doc viewer*/
.doc-view {
    width: 760px;
    margin: 0 auto 70px;
}

.doc-view-toolbar {
    position: relative;
    zoom: 1;
}

.doc-tit {
    text-align: center;
}

.doc-mates {
    text-align: center;
    color: #999;
}

.doc-body {
    font-size: 14px;
    line-height: 1.82;
    margin: 30px 0 30px;
}


.doc-body table {
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
}

.doc-body tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.doc-body th, 
.doc-body td {
    padding: 5px 10px !important;
}

.doc-act {
    text-align: right;
}

.doc-attachs {
    margin: 20px 0;
    padding: 0 0 5px 10px;
    border: 1px #EBEBEB solid;
    border-radius: 5px;
    background: #EFEFEF;
    list-style: none;
}

.doc-attach {
    font-size: 18px;
    padding: 8px 10px 5px 5px;
    margin-bottom: 20px;
}

.doc-attach-act {
    font-size: 12px;
}

    .doc-attach-act a {
        margin-right: 10px;
    }

.doc-view-toolbar:after,
.doc-view-toolbar:before,
.doc-act:before,
.doc-act:after,
.doc-attach:before,
.doc-attach:after {
    display: table;
    content: ' ';
}

.doc-view-toolbar:after,
.doc-act:before,
.doc-attach:after {
    clear: both;
}
/*end doc viewer*/
/* thread */
.thread-head {
    padding: 0 10px 10px;
    border-bottom: 1px solid #ccc;
}

.thread-mates {
    padding: 6px;
}

    .thread-head:before,
    .thread-head:after,
    .thread-mates:before,
    .thread-mates:after {
        display: table;
        content: ' ';
    }

    .thread-head:after,
    .thread-mates:after {
        clear: both;
    }

.thread-mate {
    color: #999999;
    font-size: 85%;
    margin-left: 5px;
}

.post {
    position: relative;
    padding-left: 120px;
    padding-right: 20px;
    border-bottom: 1px solid #eee;
    min-height: 150px;
    margin-bottom: 20px;
}

    .post .post-left {
        position: absolute;
        width: 120px;
        top: 10px;
        left: 0;
        text-align: center;
    }

        .post .post-left img {
            height: 64px;
            margin-bottom: 6px;
            border-radius: 50%;
        }

.post-mate {
    color: #999;
    height: 38px;
    line-height: 38px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

    .post-mate .post-floor {
        float: right;
    }

.post-body {
    margin-bottom: 15px;
    min-height: 50px;
}

.post-act a {
    color: #999;
    line-height: 22px;
    font-size: 12px;
    text-decoration: none;
    margin-right: 15px;
}

    .post-act a:hover {
        color: #333;
    }

    .post-act a i {
        margin-right: 3px;
    }

.new-post {
    padding: 20px;
    border-top: 1px solid #eee;
}

    .new-post .ref {
        color: #f31616;
    }
/*end thread*/

.toggle-list {
    padding: 15px 0;
}

    .toggle-list dt {
        padding: 15px 5px 8px;
        font-weight: normal;
        cursor:pointer;
    }
    .toggle-list dt:hover{
        background-color:#d0e5f5;
    }

        .toggle-list dt.collapsed {
            border-bottom: 1px solid #eee;
        }

        .toggle-list dt:after {
            content: ' \2228 ';
            float: right;
            font-weight: normal;
            margin-right: 5px;
        }

        .toggle-list dt.collapsed:after {
            content: ' \2227 ';
        }

    .toggle-list dd {
        background-color: #fcf8e3;
        padding: 15px;
    }

.info-list {
    list-style: none;
    padding: 0;
    margin: 0 30px 50px 10px;
}

    .info-list li {
        margin-top: 33px;
        margin-bottom: 10px;
    }
    .info-list li:before,
    .info-list li:after{
        display:table;
        content:' ';
    }
    .info-list li:after{
        clear:both;
    }


        .info-list li img {
            float: left;
        }

        .info-list li .info-abstrat {
            margin-left: 220px;
        }
        .info-list li.noimg{
             margin-top: 23px;
        }
        .info-list li.noimg .info-abstrat {
            margin-left: 0;
        }

            .info-list li .info-abstrat h4 a {
                font-family: 'Microsoft YaHei', sans-serif;
                font-size: 20px;
                color:#333;
            }

                .info-list li .info-abstrat h4 a:hover {
                    color: #3781b7;
                    text-decoration: underline;
                }

            .info-list li .info-abstrat .info-mate {
                color: #999;
                font-size: 11px;
            }

            .info-list li .info-abstrat .info-desc {
                font-size: 12px;
                margin-top: 20px;
            }

            .pic-item{
                margin-bottom:20px;
                border-bottom:1px dotted #ccc;
            }